home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / cdrom / jukeboxprog.lha / JBprog-Gui.doc next >
Encoding:
Text File  |  1995-01-26  |  2.3 KB  |  69 lines

  1. Programming function for JukeBox (© Franz-Josef Reichert)
  2.  
  3. Requirements:
  4.  
  5. JukeBox
  6. An Amiga with kickstart 2.0 or newer
  7. AREXX
  8.  
  9. "History" and how it works:
  10.  
  11. JukeBox is a great program with many functions normal audio CD players don`t have,
  12. but I`ve been missing a simple programming function like the ones of even the most
  13. simple normal CD-players. Well, you don`t need this very often, but in my opinion
  14. it makes the program even more perfect. In order to keep work at a minimum level
  15. I decided to combine an AREXX-script and a small program. The script just reads the
  16. contents of the inserted CD and passes it to the program using a temporary file.
  17. The program lets the user spectify the order for playing the audio tracks. When
  18. finished, it writes the numbers to another temporary file which can be parsed by
  19. the AREXX-Script. 
  20.  
  21. Installation and usage:
  22.  
  23. Just copy the files prog.jb and Prog-GUI to your JukeBox directory.
  24. Start it by using an F-key (e.g. tooltype "MACRO_1=prog") or by typing
  25. "prog" from the JukeBox REXX-shell.
  26.  
  27. Known problems:
  28.  
  29. My english is not as good as it should be after nine years at school :-)
  30. Give me a hint if you find any bugs.
  31. In the case that at the end of a track there are a few nanoseconds more or
  32. less than expected, just change the line in the last part of the script
  33. which reads:
  34. 'subtime stoptime "00:01:00"' accordingly.
  35.  
  36. legal stuff:
  37.  
  38. I am not responsible for anything.
  39. This software is JOKEWARE.
  40. If you like it, send me your favourite joke.
  41. The script and the program may be copied freely (my program, not JukeBox!).
  42. In the case that anybody has modified the program or script in order to
  43. remove bugs or to make great improvements I would like him (or her) to
  44. send me the modified version.
  45. If you change major parts of the program, rewrite it or use it for other
  46. purposes I would like to appear in the part "thanks go to..." :-]
  47. If you translate it to other languages: please send!
  48.  
  49. Attention:
  50.  
  51. If you have suggestions for other additions to REXX-controllable programs
  52. in this style, don`t hesitate and tell me!
  53. If you want to complain or to send me valuables or just want to tell me
  54. that you like this program or whatever,
  55.  
  56. Here`s my address:
  57.  
  58.          Patrick Kursawe
  59.  
  60.          Hohenzollernstr. 69
  61.  
  62.          45128 Essen
  63.  
  64.          Germany
  65.  
  66. or email kursapbr@rz.ruhr-uni-bochum.de
  67.  
  68. Mail-bombs will be sent back!
  69.